- inet_addr
in_addr_t inet_addr(char* cp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- inet_aton
int inet_aton(char* cp, in_addr* inp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- inet_lnaof
in_addr_t inet_lnaof(in_addr )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- inet_makeaddr
in_addr inet_makeaddr(in_addr_t net, in_addr_t host)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- inet_net_ntop
char* inet_net_ntop(int af, void* netp, int bits, char* pres, size_t psize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- inet_net_pton
int inet_net_pton(int af, char* pres, void* netp, size_t nsize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- inet_netof
in_addr_t inet_netof(in_addr )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- inet_network
in_addr_t inet_network(char* cp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- inet_ntoa
char* inet_ntoa(in_addr )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- inet_ntop
const(char)* inet_ntop(int af, void* src, char* dst, socklen_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- inet_pton
int inet_pton(int af, char* src, void* dst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.